home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TCOMBOINPUT / TCOMBOINPUT.txt
Text File  |  1996-12-31  |  1KB  |  65 lines

  1. object COMBOINPUT: TCOMBOINPUT
  2.   Left = 218
  3.   Top = 184
  4.   HelpContext = 1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 87
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object Prompt: TLabel
  18.     Left = 9
  19.     Top = 4
  20.     Width = 300
  21.     Height = 28
  22.     AutoSize = False
  23.     WordWrap = True
  24.   end
  25.   object ComboEdit: TComboBox
  26.     Left = 8
  27.     Top = 35
  28.     Width = 300
  29.     Height = 21
  30.     DropDownCount = 10
  31.     ItemHeight = 13
  32.     TabOrder = 0
  33.   end
  34.   object OK: TButton
  35.     Tag = 4001
  36.     Left = 75
  37.     Top = 60
  38.     Width = 80
  39.     Height = 24
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object Cancel: TButton
  46.     Tag = 4002
  47.     Left = 163
  48.     Top = 60
  49.     Width = 80
  50.     Height = 24
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     TabOrder = 2
  54.     OnClick = CancelClick
  55.   end
  56.   object Translate1: TTranslate
  57.     Left = 8
  58.     Top = 60
  59.   end
  60.   object ResolutionFix1: TResolutionFix
  61.     Left = 44
  62.     Top = 60
  63.   end
  64. end
  65.